This is my page of lists. It contains lists of things I like. But first let's define what a list is:
<P>
<DL>
<DT>List Definition list
<DD>A series of words.
</DL>
<P>
Here is a list of things I like to do:
<P>
<UL>
<LI>reading
<LI>skiing Unordered list
<LI>hiking
<LI>running
</UL>
<P>
Here is a list of my favorite foods in order:
<P>
<OL> --------> opening ordered list tag
<LI>sushi --------> list item tag
<LI>burritos This is new!
<LI>deep dish pizza
<LI>spinach salad
</OL> --------> closing ordered list tag
<P>
</BODY>
</HTML>
Save this document (*REMEMBER* this document needs to be saved as .html at the immediate end of the name you gave the document) in your word processing program and then open it using your browser.
You can compare what your document looks like with the example document I have included (lists.html).
If you do not see something similar:
1.check your typing
2.make sure the document is saved as an HTML document